Class LineHosts
- Namespace
- Line.OpenApi.Core.Authentication
- Assembly
- Line.OpenApi.Core.dll
LINE API hosts. To prepare for future additions (e.g. manager.line.biz), the set of allowed hosts is centralized here rather than hard-coded, so it can be injected and extended when a provider is created.
public static class LineHosts
- Inheritance
-
LineHosts
- Inherited Members
Fields
AccessLine
LINE Login authorization page host (access.line.me). This is a browser redirect target used only when building the authorization URL; it is never called as a REST endpoint, so it is intentionally NOT part of any REST allow list.
public const string AccessLine = "access.line.me"
Field Value
Api
public const string Api = "api.line.me"
Field Value
ApiData
public const string ApiData = "api-data.line.me"
Field Value
Default
Default allowed hosts for Bot/Messaging (control plane + data plane).
public static readonly string[] Default
Field Value
- string[]