List returns a list of login sources filtered by options.
(opts ListLoginSourceOptions)
| 28 | Len() int |
| 29 | // List returns a list of login sources filtered by options. |
| 30 | List(opts ListLoginSourceOptions) []*LoginSource |
| 31 | // Update updates in-memory copy of the authentication source. |
| 32 | Update(source *LoginSource) |
| 33 | } |
no outgoing calls